1 <?xml version=
"1.0" encoding=
"utf-8"?>
2 <wsdl:definitions xmlns:
soapenc=
"http://schemas.xmlsoap.org/soap/encoding/" xmlns:
mime=
"http://schemas.xmlsoap.org/wsdl/mime/" xmlns:
tns=
"http://tempuri.org/" xmlns:
s=
"http://www.w3.org/2001/XMLSchema" xmlns:
soap=
"http://schemas.xmlsoap.org/wsdl/soap/" xmlns:
tm=
"http://microsoft.com/wsdl/mime/textMatching/" xmlns:
http=
"http://schemas.xmlsoap.org/wsdl/http/" xmlns:
soap12=
"http://schemas.xmlsoap.org/wsdl/soap12/" targetNamespace=
"http://tempuri.org/" xmlns:
wsdl=
"http://schemas.xmlsoap.org/wsdl/">
4 <s:schema elementFormDefault=
"qualified" targetNamespace=
"http://tempuri.org/">
5 <s:element name=
"HelloWorld">
8 <s:element name=
"HelloWorldResponse">
11 <s:element minOccurs=
"0" maxOccurs=
"1" name=
"HelloWorldResult" type=
"s:string" />
15 <s:element name=
"PostFeedback">
18 <s:element minOccurs=
"0" maxOccurs=
"1" name=
"name" type=
"s:string" />
19 <s:element minOccurs=
"0" maxOccurs=
"1" name=
"qq" type=
"s:string" />
20 <s:element minOccurs=
"0" maxOccurs=
"1" name=
"email" type=
"s:string" />
21 <s:element minOccurs=
"0" maxOccurs=
"1" name=
"title" type=
"s:string" />
22 <s:element minOccurs=
"0" maxOccurs=
"1" name=
"msg" type=
"s:string" />
26 <s:element name=
"PostFeedbackResponse">
29 <s:element minOccurs=
"1" maxOccurs=
"1" name=
"PostFeedbackResult" type=
"s:boolean" />
33 <s:element name=
"string" nillable=
"true" type=
"s:string" />
34 <s:element name=
"boolean" type=
"s:boolean" />
37 <wsdl:message name=
"HelloWorldSoapIn">
38 <wsdl:part name=
"parameters" element=
"tns:HelloWorld" />
40 <wsdl:message name=
"HelloWorldSoapOut">
41 <wsdl:part name=
"parameters" element=
"tns:HelloWorldResponse" />
43 <wsdl:message name=
"PostFeedbackSoapIn">
44 <wsdl:part name=
"parameters" element=
"tns:PostFeedback" />
46 <wsdl:message name=
"PostFeedbackSoapOut">
47 <wsdl:part name=
"parameters" element=
"tns:PostFeedbackResponse" />
49 <wsdl:message name=
"HelloWorldHttpGetIn" />
50 <wsdl:message name=
"HelloWorldHttpGetOut">
51 <wsdl:part name=
"Body" element=
"tns:string" />
53 <wsdl:message name=
"PostFeedbackHttpGetIn">
54 <wsdl:part name=
"name" type=
"s:string" />
55 <wsdl:part name=
"qq" type=
"s:string" />
56 <wsdl:part name=
"email" type=
"s:string" />
57 <wsdl:part name=
"title" type=
"s:string" />
58 <wsdl:part name=
"msg" type=
"s:string" />
60 <wsdl:message name=
"PostFeedbackHttpGetOut">
61 <wsdl:part name=
"Body" element=
"tns:boolean" />
63 <wsdl:message name=
"HelloWorldHttpPostIn" />
64 <wsdl:message name=
"HelloWorldHttpPostOut">
65 <wsdl:part name=
"Body" element=
"tns:string" />
67 <wsdl:message name=
"PostFeedbackHttpPostIn">
68 <wsdl:part name=
"name" type=
"s:string" />
69 <wsdl:part name=
"qq" type=
"s:string" />
70 <wsdl:part name=
"email" type=
"s:string" />
71 <wsdl:part name=
"title" type=
"s:string" />
72 <wsdl:part name=
"msg" type=
"s:string" />
74 <wsdl:message name=
"PostFeedbackHttpPostOut">
75 <wsdl:part name=
"Body" element=
"tns:boolean" />
77 <wsdl:portType name=
"WebServiceSoap">
78 <wsdl:operation name=
"HelloWorld">
79 <wsdl:input message=
"tns:HelloWorldSoapIn" />
80 <wsdl:output message=
"tns:HelloWorldSoapOut" />
82 <wsdl:operation name=
"PostFeedback">
83 <wsdl:input message=
"tns:PostFeedbackSoapIn" />
84 <wsdl:output message=
"tns:PostFeedbackSoapOut" />
87 <wsdl:portType name=
"WebServiceHttpGet">
88 <wsdl:operation name=
"HelloWorld">
89 <wsdl:input message=
"tns:HelloWorldHttpGetIn" />
90 <wsdl:output message=
"tns:HelloWorldHttpGetOut" />
92 <wsdl:operation name=
"PostFeedback">
93 <wsdl:input message=
"tns:PostFeedbackHttpGetIn" />
94 <wsdl:output message=
"tns:PostFeedbackHttpGetOut" />
97 <wsdl:portType name=
"WebServiceHttpPost">
98 <wsdl:operation name=
"HelloWorld">
99 <wsdl:input message=
"tns:HelloWorldHttpPostIn" />
100 <wsdl:output message=
"tns:HelloWorldHttpPostOut" />
102 <wsdl:operation name=
"PostFeedback">
103 <wsdl:input message=
"tns:PostFeedbackHttpPostIn" />
104 <wsdl:output message=
"tns:PostFeedbackHttpPostOut" />
107 <wsdl:binding name=
"WebServiceSoap" type=
"tns:WebServiceSoap">
108 <soap:binding transport=
"http://schemas.xmlsoap.org/soap/http" />
109 <wsdl:operation name=
"HelloWorld">
110 <soap:operation soapAction=
"http://tempuri.org/HelloWorld" style=
"document" />
112 <soap:body use=
"literal" />
115 <soap:body use=
"literal" />
118 <wsdl:operation name=
"PostFeedback">
119 <soap:operation soapAction=
"http://tempuri.org/PostFeedback" style=
"document" />
121 <soap:body use=
"literal" />
124 <soap:body use=
"literal" />
128 <wsdl:binding name=
"WebServiceSoap12" type=
"tns:WebServiceSoap">
129 <soap12:binding transport=
"http://schemas.xmlsoap.org/soap/http" />
130 <wsdl:operation name=
"HelloWorld">
131 <soap12:operation soapAction=
"http://tempuri.org/HelloWorld" style=
"document" />
133 <soap12:body use=
"literal" />
136 <soap12:body use=
"literal" />
139 <wsdl:operation name=
"PostFeedback">
140 <soap12:operation soapAction=
"http://tempuri.org/PostFeedback" style=
"document" />
142 <soap12:body use=
"literal" />
145 <soap12:body use=
"literal" />
149 <wsdl:binding name=
"WebServiceHttpGet" type=
"tns:WebServiceHttpGet">
150 <http:binding verb=
"GET" />
151 <wsdl:operation name=
"HelloWorld">
152 <http:operation location=
"/HelloWorld" />
157 <mime:mimeXml part=
"Body" />
160 <wsdl:operation name=
"PostFeedback">
161 <http:operation location=
"/PostFeedback" />
166 <mime:mimeXml part=
"Body" />
170 <wsdl:binding name=
"WebServiceHttpPost" type=
"tns:WebServiceHttpPost">
171 <http:binding verb=
"POST" />
172 <wsdl:operation name=
"HelloWorld">
173 <http:operation location=
"/HelloWorld" />
175 <mime:content type=
"application/x-www-form-urlencoded" />
178 <mime:mimeXml part=
"Body" />
181 <wsdl:operation name=
"PostFeedback">
182 <http:operation location=
"/PostFeedback" />
184 <mime:content type=
"application/x-www-form-urlencoded" />
187 <mime:mimeXml part=
"Body" />
191 <wsdl:service name=
"WebService">
192 <wsdl:port name=
"WebServiceSoap" binding=
"tns:WebServiceSoap">
193 <soap:address location=
"http://www.ecit.org.cn:8086/webservice.asmx" />
195 <wsdl:port name=
"WebServiceSoap12" binding=
"tns:WebServiceSoap12">
196 <soap12:address location=
"http://www.ecit.org.cn:8086/webservice.asmx" />
198 <wsdl:port name=
"WebServiceHttpGet" binding=
"tns:WebServiceHttpGet">
199 <http:address location=
"http://www.ecit.org.cn:8086/webservice.asmx" />
201 <wsdl:port name=
"WebServiceHttpPost" binding=
"tns:WebServiceHttpPost">
202 <http:address location=
"http://www.ecit.org.cn:8086/webservice.asmx" />